﻿* {
    padding: 0;
    margin: 0;
}

a, a:visited, a:link {
    color: inherit;
    text-decoration: none;
}

ul, ol, li {
    list-style-type: none;
}

img {
    max-width: 100%;
}

.relative {
    position: relative;
}

#dituContent img {
    max-width: none;
}

.w1920 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}


#slides, #slides2 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

    #slides .bd li img {
        width: 100%;
        display: block;
    }

    #slides2 li img {
        width: 100%;
        display: block;
    }



    #slides .hd {
        position: absolute;
        width: 100%;
        z-index: 101;
        bottom: 10px;
        text-align: center;
    }

        #slides .hd li {
            display: inline-block;
            zoom: 1;
            margin: 0 5px;
            font-size: 0;
            vertical-align: top;
            width: 40px;
            height: 2px;
            cursor: pointer;
            overflow: hidden;
            background: #fff;
            border-radius: 50%;
            position: relative;
        }

            #slides .hd li.on {
                background: #0e7e94;
            }



.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,SimSun;
    line-height: 1.8;
    overflow-x: hidden;
    color: #3d3d3d;
}

.container {
    margin: auto;
    width: 1200px;
}

.block {
    overflow: hidden;
    clear: both;
}

#backTop {
    position: fixed;
    right: 50px;
    bottom: 50px;
    cursor: pointer;
    z-index: 99999;
}
h4.related {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 32px;
    margin: 0 10px;
    height: 32px;
}

h4.related span {
    display: inline-block;
    border-bottom: 2px solid #666;
}

.relatedlist {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    display: block;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
    color:inherit;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

ul.relate_pr li a {
    display: block;
    margin: 5px;
    text-align: center;
    line-height: 30px;
    color:inherit;
}

ul.relate_pr li img {
    width: 100%;
    display: block;
}

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*头部*/

.top {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    background: #e6faff;
}

    .top h1 {
        font-size: 14px;
        font-weight: normal;
    }

.nav {
    background: #0e7e94;
    color: #fff;
    height: 50px;
}

    .nav > ul {
        height: 50px;
        position: relative;
        z-index: 999;
        background: #0e7e94;
        border-top: 7px solid #fff;
    }

        .nav > ul:before {
            content: "";
            position: absolute;
            top: -7px;
            left: 0;
            border-bottom: 7px solid #000;
            border-left: 7px solid #0e7e94;
        }

        .nav > ul:after {
            content: "";
            position: absolute;
            top: -7px;
            right: 0;
            border-bottom: 7px solid #000;
            border-right: 7px solid #0e7e94;
        }

    .nav li {
        display: inline-block;
        position: relative;
    }

        .nav li a {
            padding: 0 50px;
            line-height: 50px;
            border-right: 1px solid #006275;
        }

        .nav li ul {
            background: #0e7e94;
            position: absolute;
            z-index: 99999;
            width: 100%;
            display: none;
        }

            .nav li ul li {
                display: block;
                text-align: center;
            }

                .nav li ul li a {
                    padding: 0;
                    line-height: 34px;
                    border: none;
                }

        .nav li:hover ul {
            display: block;
        }

        .nav li:hover, .nav li.cur {
            background: #096375;
        }

.hnav {
    margin: 40px 8px;
    width: 240px;
    padding: 30px 0 10px;
    position: relative;
}

.hnavbg {
    background: #e9e9e9;
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
    height: 100%;
    z-index: -1;
    clip-path: polygon(100% 0,100% 100%,0 100%,0 16px);
    -webkit-clip-path: polygon(100% 0,100% 100%,0 100%,0 16px);
}

.hnav h2 {
    background: #0e7e94;
    color: #fff;
    width: 248px;
    position: relative;
    left: -8px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 30px;
    clip-path: polygon(100% 0,100% 100%,0 100%,0 16px);
    -webkit-clip-path: polygon(100% 16px,100% 100%,0 100%,0 0);
    border-bottom: 12px solid #e9e9e9;
    border-right: 6px solid #045f71;
}

    .hnav h2:before {
        content: "";
        border-right: 8px solid #014350;
        border-bottom: 12px solid white;
        position: absolute;
        left: 0;
        bottom: -12px;
    }

    .hnav h2:after {
        content: "";
        border-left: 6px solid #000000;
        border-bottom: 12px solid #ffffff;
        border-top: 12px solid #045f71;
        position: absolute;
        right: -6px;
        bottom: -20px;
    }

.hnav ul {
    padding: 0 10px;
}

.hnav li a {
    display: block;
    line-height: 34px;
    background: #0e7e94;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 14px;
}

.hnav li ul li a {
    background: url(pro_list.png) no-repeat left center;
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
}

.hcontact {
    margin: 0 10px;
    padding: 30px 0 30px 65px;
    background: #0e7e94 url(gcPhone.png) no-repeat 10px center;
    color: #fff;
}

.product {
    margin: 40px 0 40px;
    width: 882px;
}

.tab {
    background: #e9e9e9;
    line-height: 68px;
    height: 68px;
    overflow: hidden;
    padding-right: 10px;
}

    .tab ul, .tab li {
        display: inline-block;
    }

        .tab li a {
            display: block;
            padding: 0 50px;
            font-size: 18px;
            color: #3d3d3d;
            font-weight: bold;
        }

        .tab li.cur a {
            background: #0e7e94;
            color: #fff;
        }

.plist li {
    width: 278px;
    border: 1px solid #e9e9e9;
    float: left;
    margin: 20px 21px 0 0;
}

    .plist li:nth-child(3n) {
        margin-right: 0;
    }

    .plist li img {
        display: block;
        width: 100%;
        height: auto;
    }

    .plist li h3 {
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        line-height: 32px;
    }

    .plist li:hover {
        border-color: #0e7e94;
    }

.title {
    text-align: center;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    line-height: 74px;
    margin-bottom: 20px;
    color: #0e7e94;
    font-size: 28px;
}

    .title span {
        border-bottom: 5px solid #0e7e94;
        display: inline-block;
    }

.case li {
    width: 275px;
    float: left;
    margin: 0 12px;
}

    .case li img {
        display: block;
        width: 273px;
       
        border: 1px solid #ccc;
    }

    .case li h3 {
        line-height: 33px;
        height: 33px;
        text-align: center;
        font-weight: normal;
        font-size: 14px;
    }

.db {
    border-top: 8px solid #0f7b8f;
    margin: 30px 0;
    position: relative;
    padding: 40px 0;
}

    .db:before {
        content: "";
        border-left: 12px solid transparent;
        border-top: 12px solid #0f7b8f;
        border-right: 12px solid transparent;
        position: absolute;
        left: 50%;
        margin-left: -12px;
        top: 0px;
    }

.title2 {
    text-align: center;
    font-size: 28px;
}

    .title2 span {
        color: #0f7b8f;
    }

    .title2 b {
        display: block;
        color: #0f7b8f;
        font-size: 36px;
    }

.db li {
    float: left;
    width: 519px;
    border-right: 1px solid #0f7b8f;
    padding: 30px 40px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
}

    .db li:nth-child(2n) {
        border-right: none;
    }

    .db li:nth-child(n+3) {
        border-top: 1px solid #0f7b8f;
    }

    .db li img {
        display: block;
        height: auto;
        margin-top: 30px;
    }

img.abimg {
    position: absolute;
    width: 144px;
    height: 144px;
    left: 50%;
    top: 50%;
    margin: -72px 0 0 -72px;
    z-index: 100;
}

.ysline {
    height: 75px;
    background: linear-gradient(150deg,#0f7b8f 80%, #0f7b8f,#fff 80.5%,#fff 81%,#ccc 81%,#ccc);
    position: relative;
}

    .ysline:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 61px;
        top: 6px;
        border-top: 1px dotted #fff;
        border-bottom: 1px dotted #fff;
    }

.title3 {
    text-align: center;
    margin-top: -110px;
}

    .title3 h2 {
        display: inline-block;
        color: #fff;
        font-size: 40px;
        line-height: 50px;
        position: relative;
        z-index: 120;
    }

        .title3 h2 b {
            display: block;
            font-size: 22px;
        }

    .title3 span {
        background: #ff4f16;
        display: block;
        padding: 10px;
    }

    .title3 h2:before {
        content: "";
        position: absolute;
        border-top: 120px solid #ff4f16;
        border-left: 70px solid transparent;
        left: -70px;
        top: 0;
    }

    .title3 h2:after {
        content: "";
        position: absolute;
        border-top: 120px solid #ff4f16;
        border-right: 70px solid transparent;
        right: -70px;
        top: 0;
    }

.ys {
    padding: 64px 0 0;
}

.yscon {
    counter-reset: ysindex;
}

    .yscon li {
        overflow: hidden;
        padding: 40px 0;
    }

        .yscon li img {
            width: 480px;
            float: right;
            height: auto;
            display: block;
        }

        .yscon li:nth-child(2n) img {
            float: left;
            margin-right: 60px;
        }

.ystext {
    padding-left: 90px;
    font-size: 16px;
    line-height: 26px;
    width: 485px;
    float: left;
    position: relative;
}

    .ystext:before {
        counter-increment: ysindex;
        content: "0"counter(ysindex);
        position: absolute;
        background: url(ysli.png) no-repeat left top;
        left: 0;
        top: 0;
        width: 79px;
        height: 62px;
        line-height: 48px;
        font-size: 32px;
        color: #0f7b8c;
        text-indent: 10px;
    }

    .ystext h3 {
        color: #0f7b8f;
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .ystext p {
        background: url(start.png) no-repeat left 4px;
        padding-left: 25px;
        margin-left: -25px;
    }

.addver {
    width: 100%;
    overflow: hidden;
}

    .addver img {
        width: 1920px;
        max-width: none;
        left: 50%;
        margin-left: -960px;
        position: relative;
    }

.pj {
    padding: 30px 0;
}

.title4 {
    text-align: center;
    margin-bottom: 20px;
}

    .title4 h2 {
        display: inline-block;
        padding: 0 50px;
        font-size: 26px;
        position: relative;
    }

        .title4 h2:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 40px;
            height: 100%;
            background: url(tl.png) no-repeat left center;
        }

        .title4 h2:after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            width: 40px;
            height: 100%;
            background: url(tr.png) no-repeat left center;
        }

        .title4 h2 span {
            color: #0f7b8f;
        }

    .title4 p {
        color: #ccc;
        font-size: 14px;
    }

.pj li {
    width: 260px;
    float: left;
    margin-left: 28px;
}

    .pj li img {
        width: 100%;
       
        display: block;
    }

    .pj li p {
        line-height: 24px;
        height: 70px;
        margin: 10px 0;
        overflow: hidden;
    }

    .pj li span {
        display: block;
        color: #117f8c;
    }

.title5 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 43px;
    color: #0f7b8f;
    line-height: 27px;
    font-family: fantasy;
    margin-top: 30px;
}

    .title5 span {
        font-weight: normal;
        background: #0f7b8f;
        color: #fff;
        font-size: 16px;
        padding: 3px 10px;
        margin-left: 10px;
        display: inline-block;
        position: relative;
        top: -6px;
    }

    .title5 h2 {
        font-size: 34px;
    }

img.limg {
    padding: 2px;
    border: 3px solid #0f7b8f;
    width: 350px;
    height: auto;
    float: left;
    margin-right: 40px;
}

.about {
    padding-bottom: 30px;
}

    .about ul {
        padding: 40px 0 0;
        overflow: hidden;
    }

    .about li {
        display: inline-block;
        width: 195px;
    }

        .about li img {
            width: 100%;
            height: auto;
            display: block;
        }

.newsl {
    width: 750px;
    border-bottom: 1px dashed #ccc;
}

.newstab {
    margin-bottom: 15px;
    background: #ededed;
    line-height: 33px;
}

    .newstab ul {
        display: inline-block;
    }

    .newstab li {
        display: inline-block;
        line-height: 33px;
        border-top: 2px solid transparent;
    }

        .newstab li a {
            display: block;
            padding: 0 30px;
            font-size: 16px;
        }

a.link {
    float: right;
    padding-right: 10px;
}

.newstab li.cur {
    border-color: #0f7b8f;
    background: #fff;
    font-weight: bold;
}

.newslist li {
    overflow: hidden;
    float: left;
    width: 355px;
    margin: 0 10px 0 0;
}

    .newslist li img {
        width: 294px;
        height: 204px;
        display: block;
        float: left;
        margin-right: 20px;
    }

    .newslist li h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: normal;
        line-height: 37px;
        position: relative;
        padding-left: 14px;
        font-size: 14px;
    }

        .newslist li h3:before {
            content: "";
            border-left: 8px solid #ccc;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -4px;
        }

    .newslist li.first h3 {
        color: #0f7b8f;
        font-size: 16px;
        font-weight: 600;
        padding-left: 0;
        line-height: 35px;
    }

        .newslist li.first h3:before {
            display: none;
        }

    .newslist li.first p {
        height: 100px;
        margin-bottom: 10px;
        line-height: 24px;
        overflow: hidden;
    }

    .newslist li.first span {
        width: 108px;
        height: 28px;
        background-color: #329b00;
        color: white;
        border: 0;
        cursor: pointer;
        display: inline-block;
        text-align: center;
    }

    .newslist li.first {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

.newsr {
    width: 380px;
}

    .newsr h2 {
        line-height: 35px;
        background: #ededed;
        font-size: 16px;
        padding-left: 15px;
        margin-bottom: 15px;
    }

    .newsr li {
        padding-bottom: 10px;
    }

        .newsr li h3 {
            padding-left: 30px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 22px;
            font-size: 14px;
            font-weight: normal;
            position: relative;
            margin-bottom: 10px;
        }

            .newsr li h3:before {
                content: "问";
                position: absolute;
                left: 0;
                top: 2px;
                background: #ff4f16;
                font-size: 12px;
                width: 20px;
                height: 18px;
                line-height: 18px;
                text-align: center;
                color: #fff;
            }

        .newsr li p {
            padding-left: 30px;
            position: relative;
            line-height: 22px;
            height: 44px;
            overflow: hidden;
        }

            .newsr li p:before {
                content: "答";
                position: absolute;
                left: 0;
                top: 2px;
                background: #ccc;
                font-size: 12px;
                width: 20px;
                height: 18px;
                line-height: 18px;
                text-align: center;
                color: #fff;
            }

.flink {
    padding: 30px 0;
}

.ftitle {
    margin-bottom: 15px;
    height: 15px;
    border-bottom: 2px solid #ccc;
}

    .ftitle h3 {
        font-size: 20px;
        color: #0f7b8f;
        line-height: 30px;
        font-weight: 600;
        float: left;
        background: #fff;
        padding-right: 10px;
    }

b.falias {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: normal;
    color: #c3c3c3;
    float: left;
    margin-right: 20px;
    font-family: serif;
}

.fcon {
    line-height: 60px;
    white-space: nowrap;
    overflow: hidden;
}

.footer {
    padding-top: 60px;
}

.footcon {
    background: #0f7b8f;
    color: #fff;
}

.contact {
    width: 340px;
    position: absolute;
    height: 100%;
    left: 0;
    top: -50px;
    background: #fff;
    color: #3d3d3d;
    padding: 0 20px 50px;
    box-shadow: 0 -5px 10px #d8d8d8;
    border-radius: 3px 3px 0 0;
    line-height: 32px;
}

    .contact h3 {
        padding-left: 65px;
        margin-top: 20px;
        font-size: 22px;
        color: #0f7b8f;
        line-height: 30px;
        margin-bottom: 20px;
        background: url(cont.png) no-repeat left center;
    }

        .contact h3 span {
            display: block;
            text-transform: uppercase;
            color: #ccc;
            font-size: 24px;
            font-weight: normal;
            font-family: serif;
        }

.copyright {
    padding-left: 400px;
    padding-top: 50px;
}

.fnavbg {
    background: url(subNav.png) no-repeat bottom center;
    padding-bottom: 30px;
    background-size: 100% 30px;
    margin-bottom: 31px;
}

.footnav {
    background: #fff;
    color: #0f7b8f;
    white-space: nowrap;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
}

    .footnav li {
        display: inline-block;
    }

        .footnav li a {
            padding: 0 10px;
            font-size: 16px;
            font-weight: bold;
        }

.pagel {
    width: 260px;
    float: left;
}

    .pagel .hnav {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.ltitle {
    margin: 10px 0;
    font-size: 18px;
    border-bottom: solid 1px #e8e8e8;
    color: #1e1e1e;
    margin-bottom: 20px;
}

    .ltitle span {
        display: inline-block;
        border-bottom: solid 2px #0e7e94;
    }

.jx li a {
    font-size: 14px;
    white-space: nowrap;
    display: block;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
}

.jx {
    counter-reset: jindex;
    margin-bottom: 10px;
    border: 1px solid #f4f4f4;
    box-shadow: 1px 1px 1px 1px #cfcece;
    padding: 10px;
}

    .jx li a:before {
        counter-increment: jindex;
        content: counter(jindex);
        height: 20px;
        font-size: 14px;
        background: #d4d4d4;
        display: inline-block;
        width: 20px;
        text-align: center;
        margin-right: 5px;
        color: #fff;
    }

    .jx li:nth-child(1) a:before {
        background: #741c1d;
    }

    .jx li:nth-child(2) a:before {
        background: #f96900;
    }

    .jx li:nth-child(3) a:before {
        background: #ffc000;
    }

.hoverdes {
    font-size: 12px;
    overflow: hidden;
    line-height: 20px;
    height: 0;
    transition: all .3s;
}

    .hoverdes img {
        width: 69px;
        height: 50px;
        display: block;
        float: left;
        margin-right: 10px;
    }

    .hoverdes p {
        max-height: 40px;
        overflow: hidden;
    }

.jx li:hover .hoverdes {
    height: 50px;
}

.xgt {
    margin-bottom: 10px;
    border: 1px solid #f4f4f4;
    box-shadow: 1px 1px 1px 1px #cfcece;
    padding: 10px;
}

    .xgt li {
        position: relative;
        overflow: hidden;
        height: 200px;
    }

        .xgt li img {
            width: 100%;
            height: 100%;
            display: block;
        }

        .xgt li h3 {
            position: absolute;
            width: 60%;
            background: rgba(0,0,0,0.6);
            bottom: 10px;
            color: #fff;
            padding-right: 40%;
            text-indent: 1em;
            line-height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 14px;
            font-weight: normal;
        }

.xrun .hd {
    position: absolute;
    width: 40%;
    right: 0;
    height: 40px;
    bottom: 10px;
}

.xrun {
    position: relative;
}

a.prev1, a.next1 {
    display: inline-block;
    cursor: pointer;
    width: 27px;
    height: 20px;
    margin-top: 10px;
    overflow: hidden;
}

a.prev1 {
    background: url(btn.png) no-repeat left center;
}

a.next1 {
    background: url(btn.png) no-repeat right center;
}

span.pageState {
    color: #fff;
    font-style: normal;
    margin: 0 5px;
    float: left;
    margin-top: 10px;
}

    span.pageState em {
        font-style: normal;
        color: #ffc000;
    }

.tree {
    margin-bottom: 10px;
    border: 1px solid #f4f4f4;
    box-shadow: 1px 1px 1px 1px #cfcece;
}

    .tree h2 {
        padding-left: 20px;
        line-height: 64px;
        background: #ad7721;
        background: -webkit-linear-gradient(bottom,#ad7721,#eebe74);
        background: -moz-linear-gradient(bottom,#ad7721,#eebe74);
        background: -o-linear-gradient(bottom,#ad7721,#eebe74);
        color: #fff;
        font-size: 18px;
    }

    .tree li a {
        background: -webkit-linear-gradient(bottom,#e8e8e8,#fefefe);
        background: -moz-linear-gradient(bottom,#e8e8e8,#fefefe);
        background: -o-linear-gradient(bottom,#e8e8e8,#fefefe);
        display: block;
        line-height: 54px;
        padding-left: 20px;
        overflow: hidden;
        transition: height .4s;
        -webkit-transition: height .4s;
        -o-transition: height .4s;
        -moz-transition: height .4s;
    }

    .tree li ul li a {
        height: 0;
        padding-left: 40px;
        background: url(ico1.gif) no-repeat 20px 24px;
    }

    .tree li:hover ul li a {
        height: 54px;
    }

.pager {
    border: 1px solid #f4f4f4;
    padding: 10px;
    width: 890px;
    float: right;
}

.tips {
    border-bottom: 1px solid #0e7e94;
    line-height: 40px;
    margin-bottom: 12px;
    font-size: 12px;
    text-align: right;
}

    .tips span {
        float: left;
        font-size: 18px;
        color: #0e7e94;
    }

ul.prlist li {
    width: 270px;
    float: left;
    margin: 0 12px 15px;
}

    ul.prlist li img {
        padding: 5px;
    border: 1px solid #ccc;
    width: 268px;
   height:186px;
    display: block;
    }

    ul.prlist li h4 {
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        line-height: 32px;
        color: #000;
    }

    ul.prlist li:hover img {
        border-color: #0e7e94;
    }

.pading {
    text-align: center;
    font-size: 12px;
    padding: 20px 0;
}

    .pading li{
        background-color: #FFF;
    vertical-align: middle;
    border: #efefef 1px solid;
    color: #505050;
    padding: 5px 14px;
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
    }

    .pading span {
        padding: 0 5px;
        line-height: 24px;
    }

    .pading li.thisclass,.pading li:hover {
        background-color: #efefef;
        color: #438ece;
        text-decoration: none;
        border: #efefef 1px solid;
    }
	 .pading li.thisclass a,.pading li:hover a{color: #438ece;}

.preview {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px dotted #0e7e94;
    margin-bottom: 10px;
}

    .preview img {
        display: block;
        width: 370px;
        padding: 5px;
        border: 1px solid #0e7e94;
        float: left;
        margin-right: 40px;
    }

    .preview h3 {
        color: #000;
        font-size: 14px;
        border-bottom: 1px dashed #e0e1dc;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .preview p {
        font-size: 12px;
        line-height: 28px;
    }

.desc {
    width: 460px;
    float: right;
}

.record {
    font-size: 12px;
    line-height: 34px;
    padding: 20px 0;
}

ul.newscenter li {
    margin: 30px 0;
    overflow: hidden;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    padding: 10px;
    background: #f8f8f8;
}

    ul.newscenter li .time {
        width: 60px;
        height: 73px;
        float: left;
        background: #ededed;
        padding: 7px 0 0 20px;
    }

        ul.newscenter li .time b {
            display: block;
            font-size: 18px;
            color: #0e7e94;
            font-weight: normal;
        }

        ul.newscenter li .time em {
            display: block;
            font-style: normal;
            line-height: 20px;
        }

    ul.newscenter li img {
        height: 80px;
        display: block;
        float: left;
        width: auto;
        margin-right: 10px;
    }

    ul.newscenter li h3 {
        font-size: 18px;
        color: #0e7e94;
        padding-bottom: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: normal;
    }

    ul.newscenter li p {
        line-height: 22px;
        font-size: 14px;
        height: 40px;
        overflow: hidden;
        color: #595959;
    }

    ul.newscenter li.topnews {
        border: none;
        margin-bottom: 0;
        background: none;
    }

        ul.newscenter li.topnews img {
            width: 400px;
            height: 250px;
        }

        ul.newscenter li.topnews span {
            color: #777;
            line-height: 24px;
            margin: 10px 0;
        }

        ul.newscenter li.topnews p {
            height: 66px;
        }

.desctitle {
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #e0e1dc;
    margin-bottom: 5px;
    padding-bottom: 10px;
    font-weight: bold;
}
.desctitle h1 {
    font-size: 20px;
}
    .desctitle p {
        font-size: 12px;
        font-weight: normal;
        padding-top: 20px;
    }
